home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Business Heaven
/
Business Heaven.iso
/
network
/
p_email
/
install.bat
next >
Wrap
DOS Batch File
|
1993-03-29
|
1KB
|
49 lines
@Echo off
if "%1" == "" goto info
if "%1" == "c" goto info
if "%1" == "a" goto info
if "%1" == "b" goto info
if "%1" == "C" goto info
if "%1" == "A" goto info
if "%1" == "B" goto info
if not exist mailbox.exe goto info
@Echo on
md %1\PEM
copy mailbox.exe %1\PEM
copy mailbkg.com %1\PEM
copy readme.doc %1\PEM
copy readme.1st %1\PEM
copy setup.exe %1\PEM
copy mailbox.dat %1\PEM
copy install.bat %1\PEM
%1
cd %1\PEM
setup
@Echo off
goto end
:info
@echo.
@echo.
@echo.
@echo.
@echo First select the DRIVE into which you placed the source floppy disk.
@echo Make the selection by typing the DRIVE's letter name
@echo followed by a colon.
@echo.
@echo For example type a: (and then press enter)
@echo.
@echo.
@echo Then type the word install followed by the letter name of the DRIVE
@echo on which you want the program installed
@echo followed by a colon.
@echo.
@echo For example type install c: (and then press enter)
@echo.
@echo.
@echo.
@echo.
@echo.
:end